feat: add railway-deploy + butler-deploy skills (v0.0.2)#3
Merged
Conversation
- railway-deploy: consolidates 3 imported skills (railway-cli, railway-deploy, railway-deploy-nextjs) into one lean SKILL.md (165L) plus references/cli-reference.md (full CLI surface) and references/nextjs-prisma.md (Next.js+Prisma recipe). Establishes lean-SKILL+references pattern for tool-heavy skills. - butler-deploy: itch.io publish workflow, generified from a game project (removed pixelrealm/pixelforgestudios hardcoding and project-specific npm-script narrative; now ships generic patterns + CI auth note). - Docs aligned: README "What's in it" -> 6 skills, skills/README.md table, plugin.json + marketplace.json descriptions/keywords (added railway, itch.io). - .ytstack/STATE.md + DECISIONS.md updated; lean-SKILL+references pattern recorded as locked decision for future yopstack skills. - Patch bump 0.0.1 -> 0.0.2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
railway-deploy— consolidates 3 imported skills (railway-cli,railway-deploy,railway-deploy-nextjs) into one leanSKILL.md(165L) +references/cli-reference.md(full CLI surface, 431L) +references/nextjs-prisma.md(Next.js+Prisma recipe, 185L). Bulk content lives inreferences/and loads on demand instead of inflating context every invocation.butler-deploy— itch.io publish workflow, generified from a game project (removedpixelrealm/pixelforgestudioshardcoding + project-specific npm-script narrative; now ships genericbutler pushpatterns, CI auth viaBUTLER_API_KEY, channel-per-platform recipe).skills/README.mdtable updated;plugin.json+marketplace.jsondescriptions/keywords expanded (addedrailway,itch.io)..ytstack/— STATE.md updated, DECISIONS.md gains "lean SKILL.md + references/ for tool-heavy skills" as a locked pattern for future yopstack skills.Test plan
claude --plugin-dir .and confirm/yopstack:railway-deployand/yopstack:butler-deployappearskills/railway-deploy/SKILL.md— confirm References section points to both files inreferences/references/cli-reference.mdandreferences/nextjs-prisma.mdload only when explicitly opened (not auto-injected)skills/butler-deploy/SKILL.mdcontains no project-specific names (pixelrealm,pixelforgestudios,docs/DISTRIBUTION.md)plugin.json+marketplace.jsonversions both0.0.2, descriptions list all 6 skills🤖 Generated with Claude Code